-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove feature flag for coalesced ignored source #135039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove feature flag for coalesced ignored source #135039
Conversation
Hi @jordan-powers, I've created a changelog YAML for you. |
Would you be able to get jfr / flame graphs from a a run before and after the increase for |
After analyzing the flamegraphs, I think the regressions are due to the newly-added runtime fields in elastic/rally-tracks#841. The regressions are due to a change in the benchmark and are unrelated to the new field visitor. In the Sep. 8 flamegraphs, we see time spent in the ![]() Flamegraphs:
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
Hi @jordan-powers, I've updated the changelog YAML for you. |
…esce-entries-remove-ff
Ok, I see, so the addition of runtime fields in the mapping caused these fields also to be retrieved by the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…esce-entries-remove-ff
…esce-entries-remove-ff
…esce-entries-remove-ff
This reverts commit ce60afd.
…ce-entries-remove-ff
It's too much trouble to rename the node feature. If we decide we really need to rename it, it can happen in a follow-up, with guidance from core-infra. |
Follow-up to #133839 to remove the feature flag and enable the feature in production.
Keeping it a draft because a couple of the graphs on the nightlies look concerning (limit_500 and chicken_1).